home *** CD-ROM | disk | FTP | other *** search
/ Let's Learn About Machines / Let's Learn About Machines.iso / mac / macfiles / Atools / quit.Dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1997-09-18  |  116 b   |  9 lines

  1. on mouseUp
  2.   puppetSound("Cancel")
  3.   updateStage()
  4.   wait(20)
  5.   puppetSound(0)
  6.   puppetSprite(4, 0)
  7.   play done
  8. end
  9.